Platform Explorer / Nuxeo Platform LTS 2017 9.10

Component org.nuxeo.ecm.platform.shibboleth.exceptionhandling

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.shibboleth.exceptionhandling">

  <require>org.nuxeo.ecm.platform.web.common.exceptionhandling.service.ExceptionHandlingContrib
  </require>

  <extension
    target="org.nuxeo.ecm.platform.web.common.exceptionhandling.service.ExceptionHandlingService"
    point="exceptionhandler">
    <exceptionHandler
      class="org.nuxeo.ecm.platform.shibboleth.auth.exceptionhandling.ShibbolethSecurityExceptionHandler" />
  </extension>

</component>